-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various fixes for pixel clustering on GPU [12.4.x] #38921
Various fixes for pixel clustering on GPU [12.4.x] #38921
Conversation
In debug mode, synchronise the current stream instead of the whole device.
A new Pull Request was created by @fwyzard (Andrea Bocci) for CMSSW_12_4_X. It involves the following packages:
@jpata, @cmsbuild, @clacaputo can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c7daea/26571/summary.html Comparison SummarySummary:
|
enable gpu |
@cmsbuild please test |
urgent I would like to have this in 12.4.x in order to simplify further debugging |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c7daea/26598/summary.html GPU Comparison SummarySummary:
Comparison SummarySummary:
|
+reconstruction
|
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_4_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_5_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Various fixes for pixel clustering on GPU:
g++ -DGPU_DEBUG
) synchronise only the current stream instead of the whole device after each operation;PR validation:
None.
If this PR is a backport please specify the original PR and why you need to backport that PR.
Backport of #38920 for data taking at HLT.